/* --------------- TEMPLATE --------------- */
td.template-column {
	background-color: #f0f0f0;
	border-left: #808080 solid 1px;
	border-right: #808080 solid 1px;
	border-top: #d0d0d0 solid 1px;
	border-bottom: #808080 double 3px;
}

div.template-heading {
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	background-color: #a0d0a0;
	color: #000;	
	border-bottom: #004400 solid 1px;
	border-top: #d0f0d0 solid 1px;
	border-left: #408040 solid 1px;
	border-right: #408040 solid 1px;
	padding: 2px;
	margin: 2px 1px 2px 1px;
}

a {
	text-decoration: none;
	color: #369;
}

a:hover {
	color: green;
	text-decoration: underline;		
}

a.anchor {
	text-decoration: none;
	color: black;
}

a.anchor:hover {
	background: none;
	color: black;
}

html {
	height: 100%;
}

body {
	font-family: verdana, helvetica, sans-serif;
	font-size: 12pt;
	margin: 0px;
	height: 100%;
}	

div.forumpage {
	font-size: 10pt;
	margin-left: 24px;
	margin-right: 24px;
	padding-top: 0.5em;
}

div.forums {
}	

div.instructions {
	background-image: url(https://mere.sourceforge.net/icon/information.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	font-family: Trebuchet MS;
	font-size: 12px;
	line-height: 1.4;
	margin: 4px;
	min-height: 32px;
	padding: 4px 4px 4px 40px;
}

div.news-bar {
	color: #000000;	
	font-size: 8pt;
	padding-left: 4px;
}

div.news-body {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 10pt;
}
	
div.news-caption {				
	background: #e0e0e0;
	border-bottom: #d0d0d0 solid 1px;
	color: #000000;	
	font-size: 11pt;
	font-weight: bold;
	padding-left: 4px;
}

div.news-item {	
	padding-top: 4px;
	padding-bottom: 4px;
}

div.resource-category-main {
	font-weight: bold;
}

div.resource-category-sub {
	font-size: 8pt;	
}	
	

	h3 {
		background: #e0e0e0;
		border-bottom: #d0d0d0 solid 1px;
		color: #000000;	
		font-size: 11pt;
		font-weight: bold;
		padding-left: 4px;
		margin: 0px;
	}
	
	small {
		font-size: 8pt;
	}
	
	body, td {
		font-family: verdana, helvetica, sans-serif;
		font-size: 10pt;
	}
	
	td.label {
		vertical-align: text-top;
		font-weight: bold;
	}
	
	form {
		margin: 0;
		padding: 0;
	}
	
/* --------------- Poll Capsule --------------- */
table#poll_table {
}

table#poll_table td#poll_question{
	background: #e0e0e0;
	border-bottom: solid black 1px;
	border-top: solid black 1px;
	font-size: x-small;
	font-weight: bold;
	text-align: left;	
}

table#poll_table tr.poll_answer {
	background: #fff;
}

table#poll_table tr.poll_answer:hover {
	background: #d0d0e0;
}

table#poll_table td.poll_caption {
	text-align: left;
	font-size: small;
}

table#poll_table td.poll_percent {
	text-align: right;
	font-size: small;
}

table#poll_table tr.poll_bar {
	background: #fff;
}

table#poll_table tr.poll_bar div {
	text-align: left;
}

table#poll_table td#poll_footer {
	background: #e0e0e0;
	border-bottom: solid black 1px;
	border-top: solid black 1px;	
	text-align: center;
}

/* --------------- Public Opinion --------------- */
div#public-opinion {
	text-align: left;
}

div#public-opinion div.overall {
	text-align: center;
	margin: 0.5em;
}

div#public-opinion ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#public-opinion ul li {
	line-height: 1.4;
	margin: 0.5em;
	overflow: auto;
	padding-top: 0.5em;
	border-top: dashed #666 1px;
	font-size: 10px;
}

div#public-opinion div.rating {
	display: none;
}

div#public-opinion div.reviewer {
	display: inline;
	margin-left: 1em;
}

div#public-opinion div.opinion {
	display: inline;
}

div#public-opinion div.opinion span.rating {
	font-weight: bold;
	margin: 0 0.5em 0 0.5em;
}

div#public-opinion form {
	text-align: center;
	margin: 0.5em;
}

/* --------------- Recent Update Table --------------- */
table#recent_update_table {
}

table#recent_update_table tr.date td {
	text-align: center;
	font-size: 8pt;
	border-top: solid black 1px;
	border-bottom: solid black 1px;
	background: #e0e0e0;
}

table#recent_update_table tr.title td {
	background: #ffffff;
	padding-left: 2px;
	border-left: #b0b0b0 solid 1px;
	border-bottom: solid #b0b0b0 1px;
	font-size: 8pt;
}

/* --------------- Review List Capsule--------------- */
div#review_list_div {
	text-align: left;
}

div#review_list_div ul {
	margin-top: 0px;
	margin-left: 20px;
	padding-left: 0px;
}

/* --------------- General --------------- */
#template_page {
	padding-bottom: 1em;
	padding-top: 0.5em;		
}

span.url {
	font-family: Tahoma, sans-serif;
	font-size: 10.5px;
	color: #666;
}


span.cuss {
	margin: 0;
	display: inline-block;
	position: relative;
	top: 2px;
	min-width: 64px;
	background-image: url(https://mere.sourceforge.net/images/curse.png);
	background-position: bottom left;
	background-repeat: repeat-x;
}

span.cuss span {
	visibility: hidden;
}

/* --------------- Tabs  --------------- */

ul.tabs {
	border-bottom: solid black 1px;
	display: block;
	list-style-type: none;
	margin: 0;
	padding-left: 1em;
}

ul.tabs li a {
	color: RGB(0,0,0);
}

ul.tabs li {
	cursor: pointer;
	background: RGB(208,208,208);
	padding: 4px;
	border-left: solid black 1px;
	border-right: solid black 1px;
	border-top: solid black 2px;
	display: inline;
	position: relative;
	bottom: 4px;
	margin-right: 1px;
	text-align: center;
}

ul.tabs .selected {
	cursor: pointer;
	font-weight: bold;
	color: white;
	background-color: rgb(160,208,160);
	padding: 4px;
	border-left: solid RGB(0,100,0) 1px;
	border-right: solid RGB(0,100,0) 1px; 
	border-top: solid RGB(0,100,0) 2px;
}

ul.tabs li:hover {
	background-color: RGB(208,240,208);
}

/* --------------- IOTD  --------------- */
#iotd_big_container {
	margin-top: 1em;
}

#iotd_big_container div.nav_bar {
	margin-bottom: 1em; 
}

div.iotd {
	width: 160px;
	border: solid black 1px;	
}

div.iotd_container {
	width: 200px; 
	height: 160px; 
	overflow: hidden; 
	float: left; 
	font-size: 9px;
}

div.iotd_container div.date {
	color: black; 
	background: #a0d0a0;
}

div.iotd_container div.caption {
	color: white; 
	background: #000;
}

/* --------------- Depot  --------------- */
div.featured_project {
	margin: 0.5em;
	width: 320px;
	padding-bottom: 0.5em;
	border-bottom: solid #ccc 1px;
}

div.featured_project h1 {
	color: #060;
	font-size: 12pt;
	font-weight: bold;
	margin: 0em;
}

div.featured_project img.icon {
	float: left;
}

div.featured_project img.screenshot {
	border: solid black 1px;
	margin: 0.25em;
	float: right;
}

div.showcase_recent {
	margin: 6px 0 0 0.5em;
}

div.showcase_recent h1 {
	color: #060;
	font-size: 12pt;
	font-weight: bold;
	margin: 0 0 0.5em 0;
}

div.showcase_recent h2 {
	font-size: 9pt;
	font-weight: normal;
	margin: 0;
}

div.showcase_recent img {
	float: left;
}

div.showcase_recent div.description {
	font-size: x-small;
	margin-bottom: 1em;
}

div.form {
	background-color: #e0e0e0;
	margin: 16px;
	border: outset #333 1px;
	padding: 1em;
}

div.form div.label {
	clear: both;
	float: left;
}

div.form div.label label {
	font-family: Trebuchet MS;
	font-weight: bold;
}

div.form div.field {
	margin-left: 120px;
	margin-bottom: 8px;
}

div.form div.field input,
div.form div.field textarea,
div.form div.field select,
div.form div.field option
{
	padding: 2px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 14px;
}

div.form div.field option {
	padding-right: 1em;
}

div.form div.field input[type="button"],
div.form div.field input[type="submit"]
{
	font-size: 12px;
}

/* --------------- MOCKUP BOX --------------- */
div.mockup-box div.container {
	position: relative;
	background-color: Window;
	border: outset black 1px;
	height: 350px;
}

div.mockup-box div.container.preview-mode {
	background-color: white;
}

div.mockup-box div.preview,
div.mockup-box div.spell-check {
	border: 0;
	display: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	overflow: auto;
}

div.mockup-box div.compose,
div.mockup-box div.preview,
div.mockup-box div.spell-check {
	position: absolute;
	top: 0;
	left: 0;
	height: 348px;
	width: 100%;
	bottom: 0;
	right: 0; 
}

div.mockup-box div.compose textarea {
	border: 0;
	background: transparent;
	font-family: monospace;
	font-size: 14px;
	margin: 0;
	height: 348px;
	width: 100% !important;
}

div.mockup-box div.spell-check select,
div.mockup-box div.spell-check option {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	padding: 0;
}

div.mockup-box div.spell-check select {
	color: red;
}

div.mockup-box div.spell-check option {
	padding-left: 0.5em;
}

div.mockup-box div.tabs {
	margin-bottom: 1em;
	font-size: 10px;
}

div.mockup-box div.tabs span {
	background-color: #ccc;
	border-right: solid black 1px;
	border-left: solid #666 1px;
	border-bottom: solid black 1px;
	cursor: pointer;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	margin: 0 0 0 1px;
	padding: 0px 0.5em 2px 0.5em;
}

div.mockup-box div.tabs span.selected {
	background-color: #fff !important;
	color: black !important;
	font-weight: bold;
}

div.mockup-box div.tabs span:hover {
	background-color: #fff;
	color: red;
}

div.mockup-loading {
	position: absolute;
	top: -1px;
	right: 0;
	padding: 2px 1px 1px 1px;
	font-family: Verdana, Arial;
	font-size: 12px;
	background-color: #000;
	color: #fff;
	width: 6em;
	text-align: center;
}

/* --------------- REMOTE IMAGES --------------- */
span.remote-thumbnail {
	cursor: pointer;
}

span.remote-thumbnail span {
	display: none;
}

span.remote-thumbnail img {
	border: solid black 2px;
	margin-bottom: 1px;
}

span.remote-thumbnail img:hover {
	border: solid #369 2px;
}

/* --------------- SORT TABLE --------------- */
.sort-table td {
	color: #000;
	font-family: Arial;
	font-size: 14px;
}

.sort-table {
	border-left: solid #bbb 1px;
	border-right: solid #bbb 1px;
	border-bottom: solid #bbb 1px;
}

.sort-table thead td {
	background-color: #e0e0e0;
	border-top: solid #bbb 1px;
	border-bottom: solid #bbb 2px;
	border-right: solid #ddd 1px;
	font-weight: bold;
}

.sort-table tbody {
	border: solid 1px red;
}

.sort-table tbody td {
	border-right: solid #f7f7f7 2px;
}

.sort-table tbody tr.odd td {
	background-color: #f0f0f0;
}

.sort-table tbody tr.even td {
	background-color: #f9f9f9;
}

/* --------------- MOCKUP --------------- */
div.quote_container {
	margin: 1em 1em 0.5em 1em;
	font-size: 11px;
}

div.quote_container div.title {
	font-style: italic;
	font-size: 10pt;
	margin-bottom: 4px;
}

div.quote_container div.title  span {
}

div.quote_container div.quote {
	padding: 4px 4px 4px 4px;
	margin-left: 1em;
	border-left: solid #999 2px;
}

.snippet {
	font-size: 13px;
	font-family: monospace;
	line-height: 1.2;
	width: 95%;
	white-space: pre;
	overflow: auto;
}

.snippet code {
	font-family: monospace;
	font-size: 13px;
	line-height: 1.2;
	white-space: normal;
}

.source-code {
	background: #fff;
	border-bottom: solid #999 1px;
	border-left: solid #ccc 1px;
	border-right: solid #999 1px;
	border-top: solid #ccc 1px;
	font-family: monospace;
	line-height: 1.2;
	white-space: pre;
	max-height: 300px;
	overflow: auto;
}

.source-code pre {
	font-family: monospace;
	font-size: 12px;
	line-height: 1.2;
	white-space: pre;
}

/* code colors */
.a {
	color: #336699;
	font-weight: bold;
}

.c {
	color: green;
}

.h {
	color: green;
	background: red;
}

.k1 {
	color: blue;
}

.k2 {
	font-weight: bold;
}

.k3 {
	color: red;
	font-weight: bold;
}

.n {
	color: #ff00aa;
}

.p {
	color: purple;
	font-style: italic;
}

.s {
	color: #666666;
}

a.allegro-function {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a.allegro-function:hover {
	background: #ffffaa;
	color: #000000;
	font-weight: bold;
}

a.allegro-struct {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a.allegro-struct:hover {
	background: #ffffaa;	
	color: #000000;
	font-weight: bold;
}

